const runtime._StackCacheSize
9 uses
runtime (current package)
malloc.go#L135: _StackCacheSize = 32 * 1024
stack.go#L168: if _StackCacheSize&_PageMask != 0 {
stack.go#L199: s = mheap_.allocManual(_StackCacheSize>>_PageShift, spanAllocStack)
stack.go#L211: for i := uintptr(0); i < _StackCacheSize; i += s.elemsize {
stack.go#L281: for size < _StackCacheSize/2 {
stack.go#L300: for size > _StackCacheSize/2 {
stack.go#L364: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L467: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L481: if c.stackcache[order].size >= _StackCacheSize {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |